crypto/rand.reader.entropy (field)

4 uses

	crypto/rand (current package)
		rand_unix.go#L112: 	return &reader{entropy: entropy}
		rand_unix.go#L119: 	entropy              io.Reader
		rand_unix.go#L130: 			_, err := io.ReadFull(r.entropy, r.seed[0:])
		rand_unix.go#L134: 			_, err = io.ReadFull(r.entropy, r.key[0:])